04. Video: Posting to Github

L3 Git And Github WalkThrough V1

Useful Commands

From this video, you saw the use of the following commands:

  • git clone - clone a repository from any url to your local machine

  • git add * - adds all the files of the repository to the staging area

  • git commit -m 'comment about changes made' - commits changes and adds a message for changes made

  • git push - pushes your changes to a remote repository